ResourceUnlock Method (String, String) |
Unlock the lock identified by the lockToken on this resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool Unlock(
string address,
string lockToken
)
Public Function Unlock (
address As String,
lockToken As String
) As Boolean
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - lockToken
- Type: SystemString
The lock token corresponding to a lock on a resource.
Return Value
Type:
BooleanTrue if success; otherwise, false.
See Also